const crypto/internal/fips140/bigmod.preallocTarget
2 uses
crypto/internal/fips140/bigmod (current package)
nat.go#L65: const preallocTarget = 2048
nat.go#L66: const preallocLimbs = (preallocTarget + _W - 1) / _W
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)